home *** CD-ROM | disk | FTP | other *** search
- object Form6: TForm6
- Left = 239
- Top = 122
- ActiveControl = Button1
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Enter URL'
- ClientHeight = 85
- ClientWidth = 419
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 64
- Top = 6
- Width = 230
- Height = 13
- Caption = 'Enter an URL (www.server.com/songname.mp3)'
- end
- object Image1: TImage
- Left = 8
- Top = 18
- Width = 41
- Height = 36
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Button1: TButton
- Left = 288
- Top = 56
- Width = 57
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 352
- Top = 56
- Width = 57
- Height = 25
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Edit1: TEdit
- Left = 64
- Top = 26
- Width = 345
- Height = 21
- TabOrder = 2
- end
- end
-